Kotlin utilities
/
it.czerwinski.kotlin.util
/
Option
/
get
common
get
abstract fun
get
():
T
Content copied to clipboard
Gets the value of a
Some
or throws an exception.
Return
Value of a
Some
.
Throws
kotlin.NoSuchElementException
If this is
None
.